@charset "utf-8";

/* :root{--mColor:#658c39;} */



.zd-swiper {
    position: relative;
}

.zd-swiper img {
    width: 100%;
}

.zd-swiper .swiper-pagination-bullet {
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
    transition: all .6s;
    opacity: 1;
}

.zd-swiper .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    border: 2px solid transparent;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
}

.zd-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 25px;
}

.zd-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.zd-swiper .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.zd-swiper .swiper-pagination-bullet-active::after,
.zd-swiper .swiper-pagination-bullet:hover::after {
    width: 20px;
    height: 20px;
    opacity: 1;
    visibility: visible;
    border: 2px solid #ffffff;
}

.zd-swiper .swiper-button-next,
.zd-swiper .swiper-button-prev {
    width: 11px;
    height: 20px;
    margin-top: 0;
    background-size: 11px 20px;
}



.zd-swiper .swiper-button-next {
    background-image: url(./images/banner-arrowR.png);
    right: 20px;
    left: auto;
}

.zd-swiper .swiper-button-prev {
    background-image: url(./images/banner-arrowL.png);
    left: 20px;
    right: auto;
}





.common-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.common-box .common-con h3 {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
}

.common-box .common-con p {
    font-size: 24px;
    color: #333333;
}

.common-box .common-r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common-box .common-r h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #333333;
    font-family: Arial;
}







.zd-service {
    padding-top: 80px;
}

.common-r a {
    padding: 20px 30px;
    background-color: #eaebf0;
    color: #999999;
    position: relative;
    z-index: 3;
}

.common-r a::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: var(--sColor);
    transition: .5s;
    z-index: 1;
}

.common-r a:hover::after {
    width: 100%;
}

.common-r a img {
    position: relative;
    z-index: 3;
}

.common-r a span {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 3;
}

.common-r a:hover img {
    transform: translateX(5px);
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

.common-r a:hover span {
    color: #ffffff;
}

.zd-service ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.zd-service ul li {
    position: relative;
    width: 25%;
    padding: 50px 0 40px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    background-image: url(./images/ser-bg.png);
    cursor: pointer;
    z-index: 1;
    background-size: 100%;
}

.zd-service ul li:nth-of-type(1) {
    background-image: url(./images/ser1-bg.png);
}

.zd-service ul li:nth-of-type(3) {
    background-image: url(./images/ser2-bg.jpg);
}

.zd-service ul li:nth-of-type(2) {
    background-image: url(./images/ser3-bg.jpg);
}

.zd-service ul li:nth-of-type(4) {
    background-image: url(./images/ser4-bg.jpg);
}

.zd-service ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.zd-service ul li:hover::after {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.zd-service ul li:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.zd-service ul li .ser-hr {
    display: block;
    margin: 50px auto;
    width: 28px;
    height: 4px;
    background-color: #e5e5e5;
}

.zd-service ul li:hover .ser-hr {
    background-color: #ffffff;
}

.zd-service ul li .ser-img {
    display: inline-block;
    padding: 25px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #ffffff;
}

.zd-service ul li:hover .ser-img {
    background-color: transparent;
    border-color: #ffffff;
}

.zd-service ul li:hover .ser-img img {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

.zd-service ul li .ser-con {
    margin-bottom: 80px;
}

.zd-service ul li h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 4px;
}

.zd-service ul li:hover h3 {
    color: #ffffff;
}

.zd-service ul li p {
    font-size: 16px;
    color: #999999;
}

.zd-service ul li:hover p {
    color: #ffffff;
}

.zd-service ul li i {
    font-size: 28px;
    color: #aaaaaa;
}

.zd-service ul li:hover i {
    position: relative;
    color: #ffffff;
    -webkit-animation: divrt 0.6s ease 0s infinite;
    animation: divrt 0.6s ease 0s infinite;
}

@keyframes divrt {
    0% {
        right: 0;
    }

    60% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes divrt {
    0% {
        right: 0;
    }

    60% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

@media (max-width: 1200px) {

    .zd-service {
        padding-top: 60px;
    }

}



.left-white::after {

    animation-name: whiteL;

}

@keyframes whiteL {

    from {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 980px) {

    .zd-service {
        padding-top: 60px;
    }

    .zd-service ul {
        margin-top: 30px;
        flex-wrap: wrap;
        border-top: 1px solid #e5e5e5;
    }

    .zd-service ul li {
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }

    .zd-service ul li:nth-of-type(3) {
        border-left: 1px solid #e5e5e5;
    }

    .zd-service ul li .ser-img {
        padding: 20px;
    }

    .zd-service ul li .ser-img img {
        width: 40px;
    }

    .zd-service ul li .ser-hr {
        margin: 20px auto;
    }

    .zd-service ul li .ser-con {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .zd-service {
        padding-top: 35px;
    }

    .zd-service ul li .ser-hr {
        height: 2px;
    }

    .zd-swiper .swiper-pagination-bullet,
    .zd-swiper .swiper-button-next,
    .zd-swiper .swiper-button-prev {
        display: none;
    }

    .case-swiper .swiper-container .swiper-pagination {
        display: none;
    }

}



@media (max-width:1200px) {

    .common-box {
        flex-wrap: wrap;
    }

    .common-box .common-con h3 {
        font-size: 34px;
    }

    .common-box .common-con p {
        font-size: 22px;
    }

}



@media (max-width: 768px) {

    /* .common-box .common-con {width: 100%;} */

    .common-box .common-con h3 {
        font-size: 26px;
    }

    .common-box .common-con p {
        font-size: 18px;
    }

    .common-r a {
        padding: 10px 14px;
    }

    .common-r a span {
        font-size: 12px;
        margin-right: 5px;
    }

    .common-r a img {
        width: 20px;
    }

    /* .common-box .common-r {position: relative;transform: none;} */

}

@media (max-width: 500px) {

    .common-box .common-con h3 {
        font-size: 22px;
    }

    .common-box .common-con p {
        font-size: 16px;
    }

    .common-r a {
        display: none;
    }



    .zd-service ul li {
        padding: 10px 0 0;
        background-size: cover;
    }

    .zd-service ul li .ser-con {
        margin-bottom: 12px;
    }

    .zd-service ul li .ser-hr {
        margin: 25px auto 10px;
    }

    .zd-service ul li h3 {
        font-size: 18px;
    }

    .zd-service ul li p {
        font-size: 14px;
        padding: 0 8px;
    }

    .zd-service ul li i {
        font-size: 20px;
        display: none;
    }

    .zd-service ul li .ser-img {
        padding: 15px;
        position: relative;
        top: 12px;
    }

    .zd-service ul li .ser-img img {
        width: 30px;
    }

}



/* .zd-service>h3{padding-bottom: 40px; font-size: 32px; font-weight: bold;} */

.zd-path {
    padding: 60px 0 50px;
    background: url(./images/path-bg.jpg) center;
    text-align: center;
    color: #ffffff;
}

.zd-path h3 {
    margin-bottom: 35px;
    font-size: 34px;
}

.zd-path h4 {
    margin-bottom: -5px;
    font-size: 36px;
}

.zd-path p {
    font-size: 15px;
}

.zd-path span {
    position: relative;
    display: block;
    margin: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.zd-path span:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
}

.zd-path span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -3570px;
    width: 10000px;
    height: 1px;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0.6;
}

.zd-path .swiper-container .swiper-slide:nth-of-type(even) {
    display: flex;
    flex-direction: column-reverse;
}







.zd-path .swiper-container .swiper-slide:nth-of-type(even) h4 {
    margin-top: -5px;
}

.zd-path .swiper-container .swiper-slide:nth-of-type(even) p {
    margin-top: 22px;
}

.zd-path .swiper-button-next {
    right: 0;
}

.zd-path .swiper-button-prev {
    left: 0;
}

.zd-path .swiper-button-next,

.zd-path .swiper-button-prev {
    background: #ffffff;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.zd-path .swiper-button-next img,

.zd-path .swiper-button-prev img {
    width: auto;
    filter: contrast(0);
}

.zd-path .swiper-button-next:hover,

.zd-path .swiper-button-prev:hover {
    background-color: var(--sColor);
}

.zd-path .swiper-button-next:hover img,

.zd-path .swiper-button-prev:hover img {
    filter: contrast(100%);
}

@media (max-width: 1430px) {

    .zd-path .swiper-container .swiper-slide:nth-of-type(even) p {
        margin-top: 2px;
    }

    .zd-path p {
        min-height: 40px;
    }

    .zd-path .swiper-button-next,
    .zd-path .swiper-button-prev {
        margin-top: -30px;
    }



}

@media (max-width: 920px) {

    .zd-path h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }



}

@media (max-width: 768px) {

    .zd-path {
        padding: 40px 0 30px;
        background-size: cover;
    }

    .zd-path .container-width .container-width {
        padding: 0;
    }

    .zd-path .swiper-slide.swiper-slide-next span::after {
        display: none;
    }

    .zd-path .swiper-button-next,
    .zd-path .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
    }

    .zd-path .swiper-button-next img,
    .zd-path .swiper-button-prev img {
        width: 6px;
        margin-top: -20px;
    }

    .zd-path h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .zd-path span:after {
        left: -800px;
        display: none;
    }

    .zd-path .swiper-slide:first-of-type span:after {
        display: block;
    }

    .zd-path .swiper-container .swiper-slide:nth-of-type(even) {
        flex-direction: column;
    }

    .zd-path .swiper-container .swiper-slide:nth-of-type(even) h4 {
        margin-top: 0;
    }

    .zd-path h4 {
        min-height: 47px;
        position: relative;
        top: 6px;
        font-size: 25px;
    }

    .zd-path p {
        min-height: 24px;
        font-size: 16px;
    }

}







.zd-case {
    padding: 80px 0;
    background: url(./images/case-bg.jpg) no-repeat;
}

.zd-slide .common-r ul li {
    float: left;
    margin: 0 5px;
    padding: 12px 32px;
    border: 2px solid transparent;
    border-radius: 30px;
    font-size: 20px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}

.zd-slide .common-r ul li.on {
    position: relative;
    border-color: var(--sColor);
    color: var(--sColor);
    font-weight: bold;
}

.zd-slide .common-r ul li.on::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: var(--sColor);
}

.zd-slide .common-r ul li:hover {
    color: var(--sColor);
    font-weight: bold;
}

.case-box {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.case-swiperCont {
    position: absolute;
    padding: 30px 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.case-swiperCont h4 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.case-swiperCont p {
    font-size: 16px;
    display: none;
}

.case-swiper .swiper-container .swiper-pagination {
    width: auto;
    right: 75px;
    bottom: 30px;
    left: auto;
}

.case-swiper .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: #ffffff;
}

.case-swiper .swiper-container .swiper-pagination-bullet-active {
    background-color: var(--sColor);
    width: 52px;
    height: 14px;
    border-radius: 20px;
}

.case-swiper .swiper-container .swiper-slide {
    display: block;
}

.case-swiper .swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.zd-case .case-box .case-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.zd-case .case-box .case-list li {
    width: 24.5%;
    overflow: hidden;
}

.zd-case .case-box .case-list li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.zd-case .case-box .case-list li a img {
    width: 100%;
    height: 200px;
}

.zd-case .case-box .case-list li>img {
    width: 100%;
}

.zd-case .case-box .case-list li:hover img {
    transform: scale(1.1);
}

.zd-case .case-box .case-list li .case-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffffff;
    background-color: rgba(101, 140, 56, .9);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.zd-case .case-box .case-list li:hover .case-item {
    opacity: 1;
    visibility: visible;
}

.zd-case .case-box .case-list li .case-item h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

.zd-case .case-box .case-list li .case-item p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    transform: scale(0);
}

.zd-case .case-box .case-list li:hover .case-item p {
    transform: scale(1);
}

.zd-case .case-box .case-list li .case-item em {
    font-style: normal;
    font-size: 44px;
    margin-top: -4px;
}



.zd-case .swiper-button-prev,

.zd-case .swiper-button-next {
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 0;
}

.zd-case .swiper-button-next.swiper-button-disabled,
.zd-case .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.zd-case .swiper-button-prev {
    left: -7%;
}

.zd-case .swiper-button-next {
    right: -7%;
}

@media (max-width: 1400px) {

    .zd-case .swiper-button-prev,

    .zd-case .swiper-button-next {
        display: none;
    }

}

@media (max-width: 1100px) {

    .common-box .common-r.hd {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .case-swiperCont {
        padding: 30px 22px;
    }

    .zd-case .case-box .case-list li .case-item h4 {
        font-size: 18px;
    }

    .zd-case .case-box .case-list li .case-item em {
        font-size: 30px;
    }

    .zd-case .case-box .case-list li .case-item p {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

}

@media (max-width: 1000px) {

    .zd-case .case-box .case-list {
        flex-wrap: wrap;
    }

}

@media (max-width: 920px) {

    .zd-case {
        padding: 40px 0;
    }

    .case-box {
        margin-top: 30px;
    }

    .case-swiper .swiper-slide img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .zd-case .case-box .case-list li a img {
        height: 150px;
    }

    .case-swiperCont {
        padding: 15px;
    }

    .case-swiperCont h4 {
        font-size: 18px;
    }

    .zd-case .case-box .case-list li .case-item h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .case-swiperCont p {
        font-size: 14px;
    }

    .zd-case .case-box .case-list li {
        width: 49%;
        margin-bottom: 15px;
    }

    .zd-case .case-box .case-list li img {
        width: 100%;
    }

    .zd-case .container-width .swiper-pagination {
        display: none;
    }

    .zd-slide .common-r ul li {
        font-size: 16px;
        padding: 4px 18px;
    }

    .zd-slide .common-r ul li.on::before {
        left: -18px;
        width: 25px;
    }

    .common-box .common-r h3 {
        display: none;
    }

    .case-swiper .swiper-container .swiper-slide img {
        height: auto;
    }

}

@media (max-width: 500px) {

    .zd-case {
        padding: 40px 0 10px;
    }

    .case-swiperCont h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .zd-case .case-box .case-list li .case-item h4 {
        font-size: 14px;
    }

    .zd-case .case-box .case-list li a img {
        height: 100px;
    }

    .zd-case .case-box .case-list li .case-item em {
        font-size: 2px;
    }

    .zd-case .case-box .case-list li .case-item p {
        width: 25px;
        height: 25px;
        line-height: 40px;
    }

    .case-btn {
        margin-top: 15px;
    }

}

.zd-design {
    background: url(./images/top-bg.jpg) center repeat;
    padding-top: 50px;
}

.zd-design .design-container {
    margin-top: 50px;
    padding: 105px 0 145px;
    background: url(./images/design-bg.jpg) center;
    background-repeat: no-repeat;
}

.zd-design .design-box {
    border-top: 1px solid #aca49a;
    border-bottom: 1px solid #aca49a;
}

.zd-design .design-box ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
}

.zd-design .design-box ul li {
    float: left;
    width: 25%;
    padding: 70px 14px 60px;
    border-right: 1px solid #aca49a;
}

.zd-design .design-box ul li:hover {
    background: url(./images/design-on.jpg);
}

.zd-design .design-box ul li:first-of-type {
    border-left: 1px solid #aca49a;
}

.zd-design .design-box ul li em {
    display: block;
    margin-bottom: 8px;
    font-size: 44px;
    font-style: normal;
    font-family: Tahoma;
}

.zd-design .design-box ul li h3 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: bold;
}

.zd-design .design-box ul li p {
    font-size: 16px;
    line-height: 1.5;
    min-height: 75px;
}

.zd-design .design-box ul li .circle-box {
    margin: 10px 0 20px;
}

.zd-design .design-box ul li .circle-box span {
    display: block;
    margin: 0 auto 8px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
}

.zd-design .design-box ul li i {
    font-size: 48px;
}





.zd-adv img {
    width: 100%;
}



@media (max-width: 1414px) {

    .zd-design .design-box ul li p {
        min-height: 96px;
    }

}



@media (max-width: 960px) {

    .zd-design {
        padding-top: 30px;
    }

    .zd-design .design-container {
        margin-top: 40px;
        padding: 70px 0 85px;
        background-size: contain;
    }

    .zd-design .design-box ul li {
        padding: 30px 14px 30px;
    }

    .zd-design .design-box ul li em {
        font-size: 35px;
        margin-bottom: 8px;
    }

    .zd-design .design-box ul li h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .zd-design .design-box ul li p {
        font-size: 14px;
        min-height: 105px;
    }

    .zd-design .design-box ul li i {
        font-size: 30px;
    }

    .zd-adv img {
        height: 160px;
        object-fit: cover;
    }

}

@media (max-width: 855px) {

    .zd-design {
        background-size: cover;
    }

    .zd-design .design-container {
        padding: 50px 0 60px;
        background-size: cover;
    }

    .zd-design .design-box ul {
        flex-wrap: wrap;
    }

    .zd-design .design-box ul li {
        width: 50%;
    }

    .zd-design .design-box ul li:nth-child(-n+2) {
        border-bottom: 1px solid #aca49a;
    }

    .zd-design .design-box ul li:nth-child(3) {
        border-left: 1px solid #ac949a;
    }

    .zd-design .design-box ul li p {
        min-height: 85px;
    }

    .zd-design .design-box ul li .circle-box,
    .zd-design .design-box ul li i,
    .zd-adv img {
        display: none;
    }

}





.zd-process {
    padding: 80px 0;
}

.zd-process ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.zd-process ul li {
    width: 30%;
}

.zd-process ul li .process-box {
    position: relative;
    display: block;
    margin-bottom: 55px;
    background: #fff;
    z-index: 2;
}

.zd-process ul li .process-box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #e4e4e4;
    height: 2px;
    width: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.zd-process ul li:hover .process-box::before {
    width: 100%;
    background: var(--sColor);
}

.zd-process ul li .process-box img {
    width: 100%;
}

.zd-process ul li .process-img {
    position: relative;
    display: block;
}

.zd-process ul li .process-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(11, 11, 11, 0.5);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
}

.zd-process ul li:hover .process-img::before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.zd-process ul li .process-img img {
    width: 100%;
}

.zd-process ul li .process-icon {
    height: 100px;
    width: 100px;
    padding-top: 10px;
    background: var(--sColor);
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    right: 30px;
    justify-content: center;
}

.zd-process ul li .process-icon i {
    font-size: 65px;
    line-height: 100px;
}

.zd-process ul li .process-content {
    padding: 30px 15px 70px;
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e5e5e5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.zd-process ul li .process-content h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: px;
    text-align: center;
}

.zd-process ul li .process-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.zd-process ul li .process-arr {
    height: 60px;
    width: 60px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 50px;
    bottom: -30px;
    color: #e5e5e5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.zd-process ul li:hover .process-arr {
    color: var(--sColor);
    border: 2px solid var(--sColor);
}

.zd-process ul li .process-arr i {
    margin-top: 5px;
    font-size: 26px;
}

.zd-process ul li:hover .process-arr i {
    color: var(--sColor);
}





@media (max-width: 960px) {

    .zd-process {
        padding: 40px 0;
        display: none;
    }

    .zd-process ul {
        flex-wrap: wrap;
    }

    .zd-process ul li {
        width: 100%;
    }

}



.zd-reason {
    padding: 50px 0 0;
    background: #fcfcfc url(./images/top-bg.jpg) no-repeat;
}

.zd-reason ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.zd-reason ul li {
    position: relative;
    width: 17%;
    overflow: hidden;
    transition: all 500ms ease;
}

.zd-reason ul li:hover,
.zd-reason ul li.on {
    width: 47%;
}



.zd-reason ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(11, 11, 11, 0.7);
}



.zd-reason ul li:hover::after,
.zd-reason ul li.on::after {
    width: 0;
}

.zd-reason ul li a>img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.zd-reason ul li .reason-con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    ;
    overflow: hidden;
    background-color: rgba(11, 11, 11, 0)
}

.zd-reason ul li.on .reason-con {
    background-color: rgba(11, 11, 11, 0.7);
    text-align: center;
}

.zd-reason ul li .reason-con h3 {
    font-size: 30px;
    color: #ffffff;
    white-space: nowrap;
    margin-bottom: 4px;
}

.zd-reason ul li .reason-con p {
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    color: #ffffff;
    transform: scale(0);
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
}

.zd-reason ul li:hover .reason-con h3,
.zd-reason ul li.on .reason-con h3 {
    width: 100%;
}

.zd-reason ul li.on .reason-con h3 {
    font-weight: bold;
}

.zd-reason ul li:hover .reason-con p,
.zd-reason ul li.on .reason-con p {
    visibility: visible;
    opacity: 1;
    /* transform: scale(1); */
    display: block;
    height: auto;
}

/* .zd-reason ul li.on .reason-con img {opacity: 0;visibility: hidden;} */

.zd-reason ul li .reason-con img {
    padding-left: 12px;
    border-left: 1px solid #d7d5d4;
    width: auto;
}

.zd-reason ul li.on .reason-con img {
    display: none;
}







@media (max-width: 960px) {

    .zd-reason {
        display: none;
    }

}











.zd-part {
    padding: 80px 0;
}

.zd-part ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.zd-part ul:nth-of-type(2) {
    margin: -50px 0;
}

.zd-part ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    -webkit-animation-name: goUp;
    animation-name: goUp;
}

.zd-part ul li .partbox {
    width: 195px;
    height: 195px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.zd-part ul li:hover .partbox {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-color: transparent;
}

.zd-part ul li img {
    transform: rotate(-45deg);
}

/* .swiper-part {margin-top: 50px;} */

.swiper-part .swiper-container {
    padding: 50px 0;
}

.swiper-part .swiper-button-next,

.swiper-part .swiper-button-prev {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    margin-top: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.swiper-part {
    margin-top: 30px;
}

.swiper-part .swiper-button-next {
    background-image: url(./images/part-arrowR.png);
    right: -90px;
}

.swiper-part .swiper-button-prev {
    background-image: url(./images/part-arrowL.png);
    left: -90px;
}



@media (max-width: 1600px) {

    .swiper-part .swiper-button-next,

    .swiper-part .swiper-button-prev {
        display: none;
    }

}

@media (max-width: 1430px) {

    .zd-part {
        padding: 40px 0 30px;
    }

    .swiper-part .swiper-container {
        padding: 15px 0;
    }

    .zd-part ul:nth-of-type(2) {
        margin: 0;
    }

    .zd-part ul li {
        width: 20%;
    }

    .zd-part ul li .partbox {
        width: 100%;
        height: auto;
        transform: none;
        height: 120px;
    }

    .zd-part ul li img {
        transform: none;
        width: 100%;
    }

}

@media (max-width: 960px) {

    .zd-part {
        display: none;
    }

}



.zd-sale {
    padding: 60px 0;
    background: url(./images/sale-bg.jpg) no-repeat;
}

.zd-sale .common-box h3,

.zd-sale .common-box p {
    color: #ffffff;
}

.zd-sale .common-box h3 {
    position: relative;
}

.zd-sale .common-box .common-r h3::after {
    content: '';
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 1px;
    background-color: #ffffff;
}

.sale-box {
    background-color: rgba(255, 255, 255, .9);
    position: relative;
    top: 35px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.sale-box h5 {
    margin: 0;
}

.sale-box ul {
    display: flex;
    justify-content: space-between;
}

.sale-box ul li {
    width: 20%;
    padding: 75px 0;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-left-width: 0;
    border-top-width: 0;
    color: #333333;
}

.sale-box ul li:last-of-type {
    border-right-width: 0;
}

.sale-box ul li i {
    margin-bottom: 6px;
    color: var(--sColor);
    font-size: 58px;
}

.sale-box ul li h5 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sale-box ul li p {
    font-size: 18px;
}

.sale-box ul li:hover,
.sale-box ul li:hover i {
    color: #ffffff;
}

.sale-box ul li:hover {
    background-color: var(--sColor);
}

.sale-btm {
    width: 100%;
    padding: 56px 0 60px;
}

.sale-btm .sale-btmTit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-btm .sale-btmTit h4 {
    display: inline-block;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.sale-btm .sale-btmTit em {
    display: inline-block;
    margin: 0 15px;
    width: 10px;
    height: 10px;
    background-color: var(--mColor);
    border-radius: 50%;
}

.sale-btm a {
    display: block;
    width: 395px;
    margin: 35px auto 0;
    padding: 8px 0;
    font-size: 30px;
    color: #ffffff;
    border-radius: 30px;
    background-color: var(--sColor);
    text-align: center;
}



@media (max-width: 1020px) {

    .zd-sale {
        padding: 40px 0 55px;
    }

    .sale-box {
        top: 24px;
    }

    .sale-box ul {
        flex-wrap: wrap;
    }

    .sale-box ul li {
        padding: 35px 0 20px;
    }

    .sale-box ul li i {
        font-size: 26px;
    }

    .sale-box ul li h5 {
        font-size: 20px;
    }

    .sale-box ul li p {
        font-size: 14px;
    }

    .sale-btm .sale-btmTit h4 {
        font-size: 30px;
    }

    .sale-btm {
        padding: 26px 0 36px;
    }

    .sale-btm a {
        width: 300px;
        margin: 20px auto 0;
        padding: 8px 0;
        font-size: 22px;
    }



}

@media (max-width: 820px) {

    .zd-sale {
        background-size: cover;
        background-position: center;
    }

    .sale-box {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .sale-box ul li {
        width: 50%;
        padding: 22px 0 20px;
    }

    .sale-box ul li h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sale-box ul li:last-of-type {
        width: 100%;
    }

    .sale-btm .sale-btmTit h4 {
        font-size: 18px;
    }

    .sale-btm a {
        width: 200px;
        margin: 15px auto 0;
        padding: 8px 0;
        font-size: 16px;
    }

    .sale-btm .sale-btmTit em {
        margin: 0 5px;
        width: 6px;
        height: 6px;
    }

}





.zd-news {
    padding: 50px 0 90px;
}

.news-box>a {
    display: block;
    width: 110px;
    margin: 45px auto 0;
    font-size: 20px;
    color: var(--sColor);
}

.news-box>a img {
    vertical-align: unset;
}

.news-top {
    display: flex;
    margin-top: 45px;
}

.news-top .news-topImg {
    margin-right: 2%;
    overflow: hidden;
    flex: 1;
}

.news-top .news-topImg img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.news-top .news-topImg:hover img {
    transform: scale(1.1);
}

.news-top .news-topCon {
    width: 56%;
    margin-top: 15px;
    padding-right: 4%;
    color: #333333;
}

.news-time {
    font-size: 16px;
    color: #999999;
}

.news-top .news-topCon h3 {
    margin: 8px 0 16px;
}

.news-top .news-topCon h3 a {
    font-size: 30px;
}

.news-top .news-topCon p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    text-align: justify;
    min-height: 78px;
}

.news-top .news-topCon>a {
    display: inline-block;
    margin-top: 60px;
    padding: 0 40px 14px;
    border-bottom: 2px solid var(--mColor);
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.news-top .news-topCon>a img {
    margin-left: 15px;
}

.news-top .news-topCon>a:hover img {
    transform: translateX(5px);
}

.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.news-list li {
    position: relative;
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.news-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mColor);
    width: 0;
    height: 0;
    transition: all .3s;
}

/* .news-list li:hover {border-color: var(--mColor);} */

.news-list li:hover::after {
    width: 100%;
    height: 1px;
}
.news-list li .news-meta {
	    width: 88%;
}
.news-list li h3 a {
        font-size: 20px;
    color: #545454;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    display: block;
    white-space: nowrap;
}

.news-list li:hover h3 a {
    color: var(--sColor);
}

.news-list li p {
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li .news-time {
    font-size: 14px;
    color: #999999;
}





@media (max-width: 1230px) {

    .news-top .news-topCon h3 a {
        font-size: 24px;
    }

    .news-list li h3 a {
        font-size: 18px;
    }

    .news-top .news-topCon p {
        min-height: 104px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .news-list li p {
        font-size: 14px;
    }

    .news-list li .news-time {
        display: none;
    }

}



@media (max-width: 850px) {

    .zd-news {
        padding: 35px 0 45px;
    }

    .news-top {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .news-top .news-topImg {
        margin-right: 0;
        width: 100%;
        flex: 0 1 100%;
    }

    .news-top .news-topCon h3 {
        margin: 8px 0;
    }

    .news-top .news-topCon h3 a {
        font-size: 18px;
    }

    .news-top .news-topCon {
        width: 100%;
    }

    .news-top .news-topCon>a {
        margin-top: 10px;
        padding: 0 10px 10px;
    }

    .news-top .news-topCon p {
        font-size: 14px;
        line-height: 20px;
        min-height: 65px;
    }

    .news-list li {
        width: 100%;
    }

    .news-list li {
        margin-top: 25px;
        padding-bottom: 12px;
    }

    .news-list li h3 a {
        font-size: 16px;
    }

    .news-box>a {
        margin: 30px auto 0;
        font-size: 18px;
    }

    .news-box>a img {
        margin-left: 6px;
    }

    .news-top .news-topImg img {
        height: auto;
    }

}









.zd-part .swiper-slide ul li:nth-child(1) {
    animation-delay: .4s;
}

.zd-part .swiper-slide ul li:nth-child(2) {
    animation-delay: .6s;
}

.zd-part .swiper-slide ul li:nth-child(3) {
    animation-delay: .8s;
}

.zd-part .swiper-slide ul li:nth-child(4) {
    animation-delay: 1s;
}

.zd-part .swiper-slide ul li:nth-child(5) {
    animation-delay: 1.2s;
}

.zd-part .swiper-slide ul li:nth-child(6) {
    animation-delay: 1.4s;
}

.zd-part .swiper-slide ul li:nth-child(7) {
    animation-delay: 1.6s;
}

.zd-part .swiper-slide ul li:nth-child(8) {
    animation-delay: 1.8s;
}

.zd-part .swiper-slide ul li:nth-child(9) {
    animation-delay: 2s;
}

.zd-part .swiper-slide ul li:nth-child(10) {
    animation-delay: 2.2s;
}

.zd-part .swiper-slide ul li:nth-child(11) {
    animation-delay: 2.4s;
}

.zd-part .swiper-slide ul li:nth-child(12) {
    animation-delay: 2.6s;
}

.zd-part .swiper-slide ul li:nth-child(12) {
    animation-delay: 2.8s;
}